Pipe Interface
Using this interface, reticulum can use any program
as an interface via stdin and stdout.
This can be used to easily create virtual interfaces,
or to interface with custom hardware or other systems.
[[Pipe Interface]]
type = PipeInterface
interface_enabled = True
# External command to execute
command = netcat -l 5757
# Optional respawn delay, in seconds
respawn_delay = 5
Reticulum will write all packets to stdin of the command option,
and will continously read and scan its stdout for Reticulum packets.
If EOF is reached, Reticulum will try to respawn the program
after waiting for respawn_interval seconds.
GO Back to the START:
THIS IS A PART OF THE
Back to the Node Startpage